Skip to main content

Get Account Balance

Get balance details for a specific account after top-up

GET https://api.spotflow.co/api/v1/balances/:accountNumber/balance

Headers

authorization
String

Bearer SECRET_KEY
Include your secret key in the request header as a Bearer token for authorization. Unauthorized requests will result in a 401 HTTP status code.

Query Parameters

accountNumber
Integer

This filters by the account number created specifically for an account.

Sample Response:

200 OK

{
"accountId": "3d533d2c-32d7-429d-b0ae-ed9d6e72d7a5",
"currency": "NGN",
"balance": 25500.00,
"availableBalance": 25500.00,
"accountTag": "main-account"
}